翻訳と辞書
Words near each other
・ Java API for XML Messaging
・ Java API for XML Processing
・ Java API for XML Registries
・ Java API for XML Web Services
・ Java API for XML-based RPC
・ Java APIs for Bluetooth
・ Java APIs for Integrated Networks
・ Java applet
・ Java Architecture for XML Binding
・ Java Astrodynamics Toolkit
・ Java Authentication and Authorization Service
・ Java AWT Native Interface
・ Java backporting tools
・ Java barb
・ Java Barn
Java Bindings for OpenGL
・ Java BluePrints
・ Java Business Integration
・ Java bytecode
・ Java bytecode instruction listings
・ Java campaign of 1806–07
・ Java Caps
・ Java Card
・ Java Card OpenPlatform
・ Java Champions
・ Java chicken
・ Java class file
・ Java Class Library
・ Java Classloader
・ Java Code Coverage Tools


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Java Bindings for OpenGL : ウィキペディア英語版
Java Bindings for OpenGL

Java Binding for the OpenGL API is a JSR API specification (JSR 231) for the Java SE platform which allows to use OpenGL on the Java Platform.〔(【引用サイトリンク】 title=JSR 231: JavaBinding for the OpenGL API )〕 There is also Java Binding for the OpenGL ES API (JSR 239) for the Java ME platform.
== Programming concepts ==
Core OpenGL API and GLU library calls are available from Java through a thin wrapper looking very much as the original OpenGL C API, Except GLU NURBS routines which are not exposed through the public API.
All platform specific libraries (available from the CGL API for Mac OS X, GLX for X Window System, and WGL for Microsoft Windows) are also abstracted out to create a platform independent way of selecting Framebuffer attributes and performing platform specific Framebuffer operations.
Platform-specific extensions are not included in the public API. Each implementation can choose to export some of these APIs via the (GL.getPlatformGLExtensions() ) and (GL.getExtension(String) ) method calls which return Objects whose data types are specific to the given implementation.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Java Bindings for OpenGL」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.